home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_014 / beep / poster < prev   
Text File  |  1992-05-06  |  1KB  |  31 lines

  1. Article 795 of net.micro.amiga:
  2. Relay-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site unisoft.UUCP
  3. Path: unisoft!lll-lcc!lll-crg!seismo!ut-sally!pyramid!amiga!sam
  4. From: sam@amiga.UUCP (Samuel C. Dicker)
  5. Newsgroups: net.micro.amiga
  6. Subject: audible beep
  7. Message-ID: <741@amiga.amiga.UUCP>
  8. Date: 25 Feb 86 04:35:47 GMT
  9. Date-Received: 25 Feb 86 15:10:22 GMT
  10. Reply-To: sam@snidely.UUCP (Samuel C. Dicker)
  11. Distribution: net
  12. Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030
  13. Lines: 260
  14. Summary: source for VT100-like beep sound
  15.  
  16. Last week I attended a developers meeting (BADGE). When I told them that I am
  17. Commodore-Amiga's resident sound guru, I was immediately bombarded with
  18. requests for a simple 'Beep' sound.  Many, of the developers wanted an
  19. alternative to a spoken "BEEP".  One developer asked me if it was possible
  20. to produce a beep with less then 8K of code and waveform data!!  When I ask if
  21. they would be at all interested in a simple beep sound, like a cheap terminal:
  22. They're overwhelming responded was "YES!!!"
  23.  
  24. This is the source for a beep sound that I wrote for a VT100 terminal emulator
  25. The module itself generates less then 800 bytes in Lattice C.  Because some
  26. of this code is a child task (rule also applies to interrupt code), you must
  27. turn off stack checking when you compile ('LC2 -v <file> ...').
  28.  
  29. Please send me your comments and suggestions.
  30.  
  31.